Version

Merge(IQueryable,List<MergedDataContext>,MergeDelegate<Object,IEnumerable,MergedDataContext,Object,MergedColumnInfo,Object>,MergedColumnInfo) Method

Merges the specified System.Linq.IQueryable by the property this data represents.
Syntax
'Declaration
 
Protected Friend Overloads Overrides Function Merge( _
   ByVal iquery As IQueryable, _
   ByVal mdcs As List(Of MergedDataContext), _
   ByVal method As Infragistics.MergeDelegate(Of Object,IEnumerable,MergedDataContext,Object,MergedColumnInfo,Object), _
   ByVal parentMCI As MergedColumnInfo _
) As IList
protected internal override IList Merge( 
   IQueryable iquery,
   List<MergedDataContext> mdcs,
   Infragistics.MergeDelegate<object,IEnumerable,MergedDataContext,object,MergedColumnInfo,object> method,
   MergedColumnInfo parentMCI
)

Parameters

iquery
mdcs
method
parentMCI
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also